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.
就像在标题中一样。如果没有可用的 xlarge 布局,android 会在 /layout 目录中查找它还是会退回到 /layout-large
如果 X-large 不可用,Android 默认会查看 /layout 而不是 /layout-large。这与其他资源(如可绘制资源和值)相同。
它将转到 /layout-large,因为它意味着至少很大。
我尝试从文本文件中读取 bash 脚本并通过 php 将其打印到屏幕上。
我试过了
$code = @file_get_contents( $myFileName );
也
$code = ""; $myFile = fopen($myFileName, "r");