How to access plain text content retrieved via [removed] in JavaScript?

前端 未结 4 2008
我寻月下人不归
我寻月下人不归 2020-11-29 06:03

When using , where the URL refers to a plain text file, is there a way to access the content

4条回答
  •  失恋的感觉
    2020-11-29 06:47

    First of all, the textattribute of the HTMLScriptElement is the preferred method to access the text of an inline

提交回复
热议问题