get data from mysql database to use in javascript

后端 未结 4 1797
攒了一身酷
攒了一身酷 2020-12-13 05:51

I have a javascript that dynamically builds an html page. In the html page there are textarea boxes for the user to type information in. The information already exists in

4条回答
  •  执念已碎
    2020-12-13 06:19

    To do with javascript you could do something like this:

    
    

    Then you can use whatever you want in your javascript to put the text var into the textbox.

提交回复
热议问题