时间:2021-07-01 10:21:17 帮助过:5人阅读
使用方法:
Example URL:
http://www.example.com/index.php?id=1&image=awesome.jpg
Calling getQueryVariable("id") - would return "1".
Calling getQueryVariable("image") - would return "awesome.jpg".
希望本文所述对大家的javascript程序设计有所帮助。