我正在使用的代碼更新用戶配置下面
using System;
using System.Collections.Generic;
using System.Text;
namespace UserProfileWebServiceApp
{
class Program
{
public static localhost.UserProfileServ
我想在用戶配置文件頁面頂部的[查看] [編輯] [文件] ...菜單鏈接旁邊添加菜單項。當用戶點擊它時,它應該表現得像其他人一樣,因爲它不會啓動到新的頁面,但他們點擊的菜單項(我們稱之爲「Funky Button」)變成灰色,用戶仍然在用戶配置文件區。 我創建了一個鉤狀如下: function my_module_funky() {
// TODO: what to do?
}