2
我經常需要在代碼段中訪問我自己的(外部)IP地址。如果有一種方法可以自動獲取幷包含它,那就太好了。也許它可以自動觸發一個腳本?如果可能的話,我找不到任何文檔。在Sublime Text 3中,有沒有一種方法可以在代碼段中使用IP地址?
這裏的片斷,因爲它主張:
<snippet>
<content><![CDATA[
if(\$_SERVER['REMOTE_ADDR']=="${1:87.81.234.232}")echo("<pre>".htmlentities(print_r(${0:var},true))."</pre>");
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>prjm</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.php</scope>
</snippet>
會很優秀如果可能shellcmd在這裏)我等待一個答案)[Here](http://www.sublimetext.com/forum/viewtopic.php?f=3&t=2502)關於python的一些東西加上 –