gradle install--- http://www.itnose.net/detail/6500082.html http://stackoverflow.com/questions/5102571/how-to-install-maven-artifact-with-sources-from-command-line ---------- Please use mvn source:jar install to install the Maven artifacts. It is qui
转至:https://www.cnblogs.com/jasonlam/p/7070604.html var text = "饿~,23333.饿~,测试yongde"; var word = "饿~": var newWorld = "额~~": text = text.replace(word, newWorld); // 只能替换第一个 text = text.replace(new RegExp(word,'g'), newWorld);