aa

function ww(){
var options=$("#text option:selected");
// alert(options.val());
$now_time='{time()}';//当前时间
console.log($now_time);
$to_time=options.val();//对比时间
// alert(to_time);
console.log($to_time);
//文本框中选中后的值
// var select_time=options.val();
// alert(select_time);
// alert({DT_PATH});
$url='{DT_PATH}';
console.log($url);
}

原文地址:https://www.cnblogs.com/vip-deng-vip/p/7794373.html