原创 常用代碼

字符串分割 //php $str = 'one,two,three,four'; $re = explode(',',$str);//Array['one','two','three','four',] //js var str = "2

原创 golang 使用chromedp獲取頁面請求日誌network

package main import ( "context" "io/ioutil" "log" "os" "strings" "time" "github.com/chrome

原创 js導出excel

<script src="https://lib.baomitu.com/jquery/3.3.1/jquery.min.js"></script> <script crossorigin="anonymous" integrity