摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> .btn { border-radius: 0px; font-weight: 100; cursor: po 阅读全文
posted @ 2020-02-26 16:24 YJUI 阅读(453) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="viewport" content="width=device-wid 阅读全文
posted @ 2020-02-26 14:47 YJUI 阅读(1295) 评论(0) 推荐(0)
摘要: html中的table给导出execl ,只有table 可以 其他不行 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <script src="../../public/js/jquery.min.js"></scri 阅读全文
posted @ 2020-02-26 11:35 YJUI 阅读(265) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-e 阅读全文
posted @ 2020-02-26 10:39 YJUI 阅读(341) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <input type="file" onchange="show(this)"/> <img id="img" src=""> < 阅读全文
posted @ 2020-02-26 10:08 YJUI 阅读(1760) 评论(0) 推荐(0)