导航栏: 首页 评论列表

refresh.sublime-snippet - refresh

默认分类 2014/11/04 22:02

refresh.sublime-snippet

<snippet>
    <content><![CDATA[
<button style="position:absolute;z-index:999999;top:50px;left:100px;" onclick="window.location.reload()"></button>
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>re</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <!-- <scope>source.python</scope> -->
</snippet>


>> 留言评论