有沒有辦法將Scala中的var
轉換爲Int
?如何將var轉換爲Scala中的Int?
假設我有:
var noOfConcurrentUsers = sys.env.get("NumberOfConcurrentUsers");
// I need the following
var userNo = noOfConcurrentUsers //some method
我從Jenkins
得到變量作爲環境變量String
格式。
四處錯誤:
Cannot resolve symbol toInt
的可能的複製[斯卡拉:字符串轉換爲int或無](http://stackoverflow.com/questions/23811425/scala-convert-string -int-int-or-none) – Dima
@Dima不重複。 –
@downvoter downvote的原因是什麼? –