"Hello there." is a string literal and its type is &'static str . A string literal is a string slice that is statically allocated, meaning that it's saved ...
確定! 回上一頁