本文介绍了如何使用Ajax将文本文件内容上传到listBox的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想使用Jquery将一些逗号分隔的数字从文本文件上传到列表框,我不想在点击上传按钮时重新加载页面。
我想填充列表框中的所有内容。
文本文件内容示例:
123422234
243653718
353721838
354729839
263748239
或
123422234,243653718,353721838,354729839,263748239
真的会欣赏任何帮助谢谢...
I want to upload some comma separated numbers from a text file to a listbox using Jquery and i dont want the page to reloading when the upload button has been click.
I want to populate all the content inside the listbox.
Example of text file content:
123422234
243653718
353721838
354729839
263748239
OR
123422234, 243653718, 353721838, 354729839, 263748239
Will really Appreciate any help thanks...
推荐答案
这篇关于如何使用Ajax将文本文件内容上传到listBox的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!