時,我有一個簡單的腳本來取物品倒垃圾,並把它們放回原來的目錄: repeat 10 times
tell application "Finder" to open trash
tell application "Finder" to activate
tell application "System Events"
tell process "Finder
我在我的web應用程序中有這個錯誤。所以,我有一個表單,當我編輯表單時,它不會在視圖和服務器上更新。我想要解決的是當我編輯我的表單時,我想更新視圖和服務器。所以,下面是我的代碼。請檢查我的代碼是否有錯誤。提前致謝。任何幫助? here is my code. var app = angular.module("MyApp", ['ngRoute', 'ui.bootstrap']);