"
Local $Str2 = "Uninstall\uninstall.xml"
Local $Str3 = "/U:"
Local $temp1,$temp2,$targetURL
$temp1 = StringSplit($Str1,"$Str2",1)
$temp2 = StringSplit($temp1,$Str3,1)
$targetURL = $temp2
正则来做确实简洁又快速,但也不是唯一的办法,用个StringSplit函数也能实现。
实现某一目的,手段总会是多种多样,不需要拘束于某一种。 学习了新手很难
页:
1
[2]