Iniread如何判断读取的数值中的部分数值?[已解决]
本帖最后由 freedom 于 2010-6-27 02:38 编辑比如系统中boot.ini文件的
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=" Windows XP SP3" /fastdetect /PAE /usepmtimer
如何判断其中是否有/pae这个参数呢? Stringinstr $a为配置文件左边,
$b为配置文件右边的话,
if stringinstr($b,"/pae") then
'配置中有
else
'没有
endif 2#3#的办法不错 感谢楼上几位.前两天有事没能上来看.今天看到了.马上测试一下.
页:
[1]