我解析一個網站,其中包含的東西像得到所有定義的變量在當前範圍
hmapId[7]='42500000000626135';
hmapStartInterv[7]='750';
hmapEndInterv[7]='846';
hmapUrlInterv[7]='some url';
hmapNameInterv[7]="some name"
hmapRoleInterv[7]='some role';
我的計劃是編寫成.js
文件,並與節點JS執行。之後,我想要一些代碼行給我所有以JSON格式定義的變量,以便在其他程序中使用這些數據。什麼是最好的方法來做到這一點?
感謝
如果你的意思是像'get_defined_vars'在PHP中,我想這不可能在JavaScript中。 – gopi1410 2012-07-12 06:04:45
這是不可能的: http://stackoverflow.com/questions/2051678/getting-all-variables-in-scope 你可以用正則表達式...解析它 – Charles 2012-07-12 06:33:52