查看微信公众号文章发布时间
1.查看发布的时间戳-最新版本
比如我们要查看这篇文章的具体发布时间 多线程-万字总结
F12 查看 搜索 publish_time
找到如下代码 其中 1655171082
就是发布时间的时间戳,
if(!window.__second_open__){e(0,"1655171082",0,document.getElementById("publish_time"))
时间戳转为时间 即发布时间为:2022-06-14 09:44:42
2.历史版本
!function(e){
if("object"===("undefined"==typeof module?"undefined":_typeof(module)))module.exports=e;else{
if(window.__second_open__)return;
var t="1632884653",n="1632849136",i="2021-09-29";
e(t,n,i,document.getElementById("publish_time"));
}
中间n=“1578221376”,就是发送的精确时间。把时间戳转换为标准时间就行。