avatar
Articles
20
Tags
1
Categories
1

NMSL

zhihuishu

Created2024-08-28|Updated2024-08-28|Memo
|Post Views:

智慧树

Scripts

【万能】全平台自动答题脚本

OCS 网课助手

aoguai-智慧树(知到)习惯分平时分问答半自动复读垃圾话生成器


解决web文字无法选择,复制的问题

1
2
3
4
var eles = document.getElementsByTagName( '*');
for (var i = 0; i < eles. length; i++){
eles[i]. style.userSelect = 'text';
}

网课答案

2022-02-25

智慧树网课答案

2023-12-22

山东:数字信号智慧树答案

Author: boa
Link: http://boa-z.github.io/2024/08/28/zhihuishu/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
application
Previous
winpe
Next
ocr
Related Articles
2024-08-28
application-linux
2024-08-28
application-android
2024-08-28
application-ios
2024-08-28
azure
2024-08-28
application-macos
2024-08-28
chattts
avatar
boa
NMSL
Articles
20
Tags
1
Categories
1
Follow Me
Announcement
This is my Blog
Contents
  1. 1. 智慧树
    1. 1.1. Scripts
    2. 1.2. 网课答案
Recent Post
application-linux2024-08-28
application-android2024-08-28
application-ios2024-08-28
azure2024-08-28
application-macos2024-08-28
©2020 - 2024 By boa
Framework Hexo|Theme Butterfly