吾皇鹅鹅鹅,曲项向天歌。白毛浮绿水,红掌拨清波,我是玉皇大帝,你是吗万岁
this.$axios({
method: 'get',
url: 'https://www.jianshu.com/p/',
headers: {
'Content-Type': 'application/json'
}
}).then((data) => {
console.log(data)
let ab = data.data.match(/任九(\S*)助手/)[1]
let ab2 = data.data.match(/吾皇(\S*)万岁/)[1]
console.log(ab,ab2,
'ab'
)
})