本帖最后由 杨培欢 于 2020-9-23 01:09 编辑
local function bklj (wuoq , wuoq2 )
if wuoq2 == nil then
for i , v in ipairs( b ) do
luo = i
end
b [ luo + 1 ] = "新版 数据 "
b[ luo + 2 ] = service.getText(node) .. " 已 添加 。"
service.createDialog( "旧版 数据 共 " .. luo .. "项" , b)
.setButton2("关闭",nil)
.setButton3("清空",{onClick = function()
a = nil
b = nil
service.speak("已 清空 。")
return true
end})
.show()
id = "jfrjv";
b[luo + 1 ] = nil
b[luo + 2 ] = nil
else
b[ luo + 1 ] = wuoq2
end
return true
end
if a then
bklj(a)
a = service.getText(node)
bklj ( "" , a )
return true end
a = service.getText(node)
b = {a}
service.speak(a .. "已 添加 。") |