for instance, the page of HTML contains the js, and the js's src is /js/test.js
, and in this js file, can I get the string of /js/test.js
while the js is excuted?
__dirname
and process.cwd()
can both do it in Node.js, but not work in js of broswer
can anyone help me?