var set_value;
$(document).ready(function () {   
        var query = createParam('GetValue', '0');
        jQuery.ajaxjson(actionURL, query, function (d) {
            set_value = d;
            //msg.ok(d);        
        });      
})

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2021-07-05
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-22
  • 2021-04-15
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
相关资源
相似解决方案