开发者

jquery, js: how to read specific line from external file? [closed]

开发者 https://www.devze.com 2023-04-13 02:18 出处:网络
开发者_C百科 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. Fo
开发者_C百科 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

How do you read a specific line, say line 3, from an external file using jquery or javascript?

many thanks.


  1. Read the file using jQuery.get
  2. Split the read content by \n or \r\n
  3. Fetch the item for the corresponding row from the resultant array
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号