摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>限制文字字数--点击展开点击收起</title> <style> li{ list-style: none; } p{ width:300px; height:100px; text-indent:2em; line-height:150%; margin:5 阅读全文
posted @ 2019-10-26 15:51 冷晨 阅读(596) 评论(0) 推荐(0)
摘要: function sj() { //x上限,y下限 var x = 2000; var y = 1800; var rand = parseInt(Math.random() * (x - y + 1) + y); console.log(rand); } $('#date').click(func 阅读全文
posted @ 2019-10-26 15:19 冷晨 阅读(576) 评论(0) 推荐(0)