Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建片段,其中必须显示当前文件的名称
我试图这样做:
<content><![CDATA[Hello, this is a $file_name]]></content>
但它不起作用
我找到了答案。我是这样做的:
<content><![CDATA[Hello, this is a $TM_FILENAME]]></content>