Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我设置了引导预输入输入,并且我的数据库中有值,我需要使用这些值来填充预输入。
我的数据库有一个名为的表pets,其中有一列名为name(宠物的名字)。我需要这样做,以便预先输入使用name列中的值。
pets
name
这是怎么做到的?