function updateUser(user: IUser) { // Update a "subset" of user attributes: $http.put("/users/update", user); } Typescript 是否支持这种行为?
確定! 回上一頁