type 点击 duration 300 delay 04 delayUnit 1 desc 点击设置 posData type location x 905 y 45 这段代码写成js
var clickEvent = { type: '点击', duration: '300', delay: '0.4', delayUnit: 1, desc: '点击设置', posData: { type: 'location', x: '90.5%', y: '4.5%' } };
console.log(clickEvent); // 输出点击事件对象
原文地址: http://www.cveoy.top/t/topic/bD6l 著作权归作者所有。请勿转载和采集!