96818 发表于 2018-11-16 13:00:17

php 页面调用purge接口清除nginx cache

  
  
  
  function CheckPost(){
  if (myform.url.value==""){
  alert ("请填写URL");
  myform.url.focus();
  return false;
  }
  }
  
  
  
  输入URL:http://
  
  
  
  

页: [1]
查看完整版本: php 页面调用purge接口清除nginx cache