--判断编辑框，
if not node.isEditable() then    


--提取号码和网址，
text=tostring(service.getText(node))
if text:find("%d%d%d%d%d") or text:find("http") then
service.plugin("提取网址和号码",node)
service.plugin("提取号码",node)
service.plugin("提取网址",node)
return true
end
return true    end

按钮列表=
{
{"&可编辑$5","%拆分编辑"},
{"分享","好友"},
{"群资料卡$500","文件>50$500","搜索文件名*#0>50"},
{"菜单$500","发给好友>50$100"},"分享",
"%打开通知栏",
}
service.click(按钮列表)
return true