"use strict"; /** * 粘贴事件 */ define(function (require, exports, module) { function handle(event) { } //导出 exports.handle = handle; });