|
我把你的代码,拷贝下来运行报错了,见图,能解释下你的关联web_reg_save_param_ex(
"ParamName=authenticity_token_parameter",
"LB=meta content=\"",
"RB=\" name",
"Ordinal=2",
SEARCH_FILTERS,
"Scope=All",
"RequestUrl=*/signin*",
LAST);
web_add_auto_header("x-requested-with",
"XMLHttpRequest");
web_add_auto_header("Accept","application/json, text/javascript, */*; q=0.01");
web_revert_auto_header("x-csrf-token");
web_revert_auto_header("x-requested-with");
web_revert_auto_header("Accept");
web_save_timestamp_param( "timestamp",
LAST );
|
|