进行冒泡排序、快速排序等效率比较并用echarts图显示
< ! DOCTYPE html > < html > < head > < meta charset = "utf-8" > < title > Sort_echarts < /title > < script src = "echarts.js" > < /script > < /head > < body > < div id = "main" style = "width: 1000px;height:600px;margin:0px auto" > < /div > < div id = "demo" style = "width: 100px;height:36px;margin:0px auto;text-align: center;font-weight: bold;font-family: 微软雅黑;font-size: 14px" > < /div > < center > < button id = "but" type = "button" onClick = "showtext();run()" style = "width:74px;height:36px;font-weight: bold;font-family: 微软雅黑;font-size: 14px;border-radius: 28px; background-color: #AAAAAA"