easyui refresh 刷新两次的解决方法(推荐)

    //这样写刷新两次

    $("#windowid").window('refresh','url01.php');
    $("#windowid").window('open');
    //这样写刷新一次



    $("#windowid").window('open');
    $("#windowid").window('refresh','url01.php');

技术交流QQ群:15129679

原文地址:https://www.cnblogs.com/yeminglong/p/6074745.html