音乐播放页面控制

  1 <%@ page language="java" contentType="text/html; charset=utf-8"
  2     pageEncoding="utf-8"%>
  3 <%@ include file="base.jsp"%>
  4 
  5 
  6 
  7 
  8     
  9     
 10     
 38     
 39     
 40     
 41     
 42 音频管理
 43 
 44 
 45     
46
47    &nbsp; 48    &nbsp; 49    &nbsp; 50    &nbsp; 51

52 53
54
    55 if test="${!empty musicList}"> 56 var="music" varStatus="status"> 57 if test="${music.status=='2'}"> 58
  •   ${status.index + 1}       &nbsp; 59                          src="${basePath}/static/img/icon_startmusic.png">   &nbsp;
    60 ${music.name}    
    61
    62                           src="${basePath}/static/img/icon_delectmusic.png">
    63

                         
    64
  • 65 66
    67 68
69

70 <%--
          设备播放状态
       --%> 71
72 73 190 191 192

 

转载于:https://www.cnblogs.com/Hello-java/p/7573827.html

你可能感兴趣的:(音乐播放页面控制)