Rainmeter雨滴RegExp表达式

本文最后更新于:2024年6月30日 晚上

美化的尽头是默认,但我还没折腾到尽头

举例

1
2
3
4
5
6
7
8
9
10
11
12
13
; -- Internet IP
[measureIP]
; This measure returns your IP. WebParser measures are relatively complicated. If you're a beginner with
; Rainmeter, take a look at some of the other illustro skins before modifying this one.
Measure=Plugin
Plugin=WebParser
;Url=http://ip.doracoin.cc
Url=https://ip.cn/api/index?ip=&type=0
UpdateRate=14400
;RegExp=(.*)
RegExp="ip":"(.*)",
StringIndex=1
Substitute="":"N/A"
INI

参考:


Rainmeter雨滴RegExp表达式
https://blog.doracoin.cc/posts/days/57168.html
作者
Doracoin
发布于
2023年8月1日
更新于
2024年6月30日
许可协议