MSP 客户端打开指定外部程序

z13753176959 / 2023-08-15 / 原文

function showMedi(){

  if(typeof window.cefSharpExample!="undefined"){

    var path="D:\\ WebApp . exe",
    window.cefSharpExample.showExe(path)

  }
  else{

    alert("可能无权限,请用客户端程序操作!");

  }

}