PPEtcHosts
PPEtcHosts copied to clipboard
环境问题
import "NSEtcHosts.h"
ifdef DEBUG
[NSEtcHosts addHost:@"www.github.com" ipAddress:@"210.38.111.228"];
endif
在此处已经做了DEBUG判断,实现里面是否可以不用做了,这样选择权就交给了使用者。