使用带有IF的模式 - 这在哪里记录?

时间:2015-06-24 07:00:34

标签: batch-file cmd

在最近的post我找到了一个解决方案,其中模式是IF(见下文)。我以前从未见过这个,我找不到任何关于此的文件。所以我的问题是:我在哪里可以找到关于此

的文档
 if "!line:%pattern%=!"=="!line!"

1 个答案:

答案 0 :(得分:0)

我知道CMD文档的最佳来源是http://ss64.com/nt/

对于您的示例,两个链接很重要:

http://ss64.com/nt/if.html

http://ss64.com/nt/delayedexpansion.html

第一个是IF,第二个是var map = new google.maps.Map(document.getElementById("map"), options); var mcOptions = {gridSize: 50, maxZoom: 15}; var markers = [...]; // Create the markers you want to add and collect them into a array. var mc = new MarkerClusterer(map, markers, mcOptions); 的含义。