洪发

Generation

<textarea style="width: 80%;height: 300px;"id="input_data" name="input_data" rows="10" cols="50"></textarea><br><br> 添加一个默认文本

<textarea style="width: 80%;height: 300px;"id="input_data" name="input_data" rows="10" cols="50"></textarea><br><br> <script type="text/javascript"> function init() { $('#input_data').val("<div class=\"container\" id=\"main\">hello world</div>"); } init(); </script>

Questions about programming?Chat with your personal AI assistant