摘要:
/**//*获取URL中最后一项参数的值*/varstr=window.location.href;//alert(str);vares=/SouceID=/;es.exec(str);varright=RegExp.rightContext;//alert(right); //列子<script language="javascript">var str=window.location.href;var es=/SouceID=/;es.exec(str);var right=RegExp.rightContext;//alert(right);switch( 阅读全文