📄 friends.htm
字号:
<table class="ListTable ListHeader">
<tbody>
<tr>
<td>好友列表</td>
<td class="ListHeaderExpanded" onClick="switchHeaderSwitcherVisible('FriendsFriendListBody', event);"> </td>
</tr>
</tbody>
</table>
<table class="ListTable">
<tbody>
<tr>
<td class="ListHeaderSub">
<input id="FriendsFriendListRefreshList" type="button" value="刷新好友列表" onClick="friendsRefreshList();" />
</td>
</tr>
</tbody>
</table>
<div id="FriendsFriendListBody"></div>
<br />
<form onSubmit="friendsAddFriend();return false;">
<table class="ListTable ListHeader">
<tbody>
<tr>
<td>添加好友</td>
<td class="ListHeaderExpanded" onClick="switchHeaderSwitcherVisible('FriendsAddBody', event);"> </td>
</tr>
</tbody>
</table>
<table id="FriendsAddBody" class="ListTable">
<tbody>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright" width="30%">好友用户名:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="FriendsAddUserName" type="text" class="InputText" />
</td>
</tr>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="FriendsAddSubmit" type="submit" value="添加" />
</td>
</tr>
</tbody>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -