排序
macOS 实现 DOC 批量转 DOCX
本文主要利用 macOS 的 自动操作 以及 AppleScript 来实现 DOC 批量转 DOCX。 AppleScript 的运行脚本 on run {input, parameters} tell application 'Microsoft Word' repeat with docFile in ...
DIV 水平垂直居中
<!DOCTYPE html> <html lang='en'> <head> <meta charset='UTF-8'> <title>Title</title> <link rel='stylesheet' type='text/css' href='cssstudy.css'> </head> <...