Misc API | 雜項 API
local KeysBin = MachoWebRequest("website_url_with_keys") local CurrentKey = MachoAuthenticationKey() local KeyPresent = string.find(KeysBin, CurrentKey) if KeyPresent ~= nil then print("Key is authenticated [" .. CurrentKey .. "]") else print("Key is not in the list [" .. CurrentKey .. "]") end
整理與功能簡覽
分類
API 函式名稱
說明
使用情境建議與範例
最后更新于