摘要:
html代码 <audio id="myaudio" src="http://ws.stream.qqmusic.qq.com/C100003R74Cn0JR4O6.m4a?fromtag=0" controls="controls"> </audio> js代码 阅读全文
posted @ 2018-04-11 16:01
Python研究者
阅读(3963)
评论(0)
推荐(0)
摘要:
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 <%@page import="java.util.ArrayList"%> <%@ page language="java 阅读全文
posted @ 2018-04-11 15:53
Python研究者
阅读(4555)
评论(0)
推荐(0)
摘要:
https://www.52pojie.cn/thread-591761-1-2.html 阅读全文
posted @ 2018-04-11 08:46
Python研究者
阅读(669)
评论(0)
推荐(0)
摘要:
class student(): def __init__(self,age,sex): self.age = age self.sex = sex #self.__sex =sex 表示私有化 def missing(self): if self.age =='': print("no") els 阅读全文
posted @ 2018-04-11 08:20
Python研究者
阅读(356)
评论(0)
推荐(0)