📄 avatars.jsp
字号:
<select name="avatar_list" size="10" onchange="document.images.img.src=document.profile.avatar_list.options[document.profile.avatar_list.selectedIndex].value;document.profile.link_avatar.value=document.profile.avatar_list.options[document.profile.avatar_list.selectedIndex].value;">
<% for(int i=0;i<55;i++){ %>
<option value="./avatars/avatar_<%= i %>.jpg">Avatar <%= i %></option>
<% } %>
</select>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -