Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我的程序要求我测试希腊字母 delta。我找到了转换为 δ 的 unicode 值 \u0394。但是该语句没有运行,这意味着它没有读取增量。这里 getXunit 返回 Unit 的 String 值,应该是 delta,但打印时返回 ?。
if(getSpectrum().getXUnit().equals("\u03B4"){ //do stuff }
我将如何做到这一点?