脚本
最后更新于
if({{My variable}} === 'foo') {
setVariable('My variable', 'bar')
} else {
setVariable('My variable', 'other')
}window.location.reload()alert("这是脚本组件的提示")if({{Category}} === 'qualified') {
window.location.href = 'https://codemossai.com/'
}