- Perl 6 Deep Dive
- Andrew Shitov
- 23字
- 2021-07-03 00:05:54
Length of the string
To get the length of the string, call the chars method as follows:
say 'Düsseldorf'.chars; # 10
推薦閱讀
- 多媒體CAI課件設(shè)計與制作導論(第二版)
- Expert C++
- Google Flutter Mobile Development Quick Start Guide
- Python編程自學手冊
- Java多線程編程實戰(zhàn)指南:設(shè)計模式篇(第2版)
- Fundamentals of Linux
- Intel Galileo Essentials
- 三維圖形化C++趣味編程
- 精通搜索分析
- 基于Swift語言的iOS App 商業(yè)實戰(zhàn)教程
- Java EE企業(yè)級應(yīng)用開發(fā)教程(Spring+Spring MVC+MyBatis)
- MySQL程序員面試筆試寶典
- JQuery風暴:完美用戶體驗
- 虛擬現(xiàn)實建模與編程(SketchUp+OSG開發(fā)技術(shù))
- Mastering ASP.NET Web API