avatars.jsp

来自「是用java和jsp实现的bbs论坛系统。 有注册登陆模块」· JSP 代码 · 共 10 行

JSP
10
字号
<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 + =
减小字号Ctrl + -
显示快捷键?