--提取号码和网址，
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



按钮列表=
{
"按段",
"始终*",
{"&可编辑$5","%拆分编辑$100","按段"},
"%打开通知栏",
}
service.click(按钮列表)
return true