Returns a new Bundle with the given key/value pairs as elements. 我试过: val bundle = bundleOf { Pair("KEY_PRICE", 50.0) Pair ...
確定! 回上一頁