我需要创建这样的东西。当我单击图像时,它将触发下面的脚本。
$("#txtHint").html("<form action='inline_spec.php' id = 'upLoadForm' method='post' enctype='multipart/form-data'><center><input type='text' id='file' name = 'file' style='visibility:show' ></center></form>");
该脚本将打开一个文本文件输入表单。提交表单后,我需要在 txtHint 中显示结果。可能吗?