//GetPasteboard
点击粘贴的时候请调用
window.webkit.messageHandlers.GetPasteboard.postMessage(null);
iOS 回调js传值
str 是传回的粘贴值
function setPasteboard(str) {
console.log(str)
}
//GetPasteboard
点击粘贴的时候请调用
window.webkit.messageHandlers.GetPasteboard.postMessage(null);
iOS 回调js传值
str 是传回的粘贴值
function setPasteboard(str) {
console.log(str)
}
本文标题:2019-05-07
本文链接:https://www.haomeiwen.com/subject/jqjyoqtx.html
网友评论