我有一個列表,我希望此列表(訂購號) 中的每個元素都能運行搜索,從chrome中抓取文本並使用網站導航這個訂單號。 我已經兩個腳本(A和B) 我想我可以只添加我長的腳本(B)到第一個,裏面 repeat with theItem in theResult
Script B
end repeat
,但是這是不工作,我得到的錯誤 預計「結束」,但發現「屬性」 腳本B例如: tell appli
func parseResponseData(response: AnyObject) {
if let feedData = response["feed"] as? [String: Any]{
let entryArray = feedData["entry"] as Any
if let entry = entryArray as? [Any]{