arguments.length
 
 
 
 
function test(webMidetailSimpleId)
{
if(typeof(webMidetailSimpleId) != 'undefined')    alert(12);
}
 
//判断 是否 传入参数