0
使用actionscript,如何查找以下字符串是否包含子字符assets/Wallpaper
?在另一個字符串中查找字符串
http://virtual.c7beta.com/assets/Wallpaper/default.jp&session_id=1fb764b01a2843763a76316a6c85313a
使用actionscript,如何查找以下字符串是否包含子字符assets/Wallpaper
?在另一個字符串中查找字符串
http://virtual.c7beta.com/assets/Wallpaper/default.jp&session_id=1fb764b01a2843763a76316a6c85313a
indexOf是你的朋友。它告訴你在另一個字符串中第一次出現字符串(並且即使沒有字符串也是如此)。