我需要编辑一个简单的纯文本文件。是否有一个内置的文本编辑器配有Android?我有Android 7,lg stylo 3。
我只需要打开文本文件,然后输入一些单词: 猫 狗 ETC
我需要编辑文本,然后通过电子邮件共享它,或者它保存在Android文件系统中,所以我可以稍后分享。
第二个问题:如果没有这样的东西,那么这个任务的最简单的纯文本编辑器应用程序是什么?
我需要编辑一个简单的纯文本文件。是否有一个内置的文本编辑器配有Android?我有Android 7,lg stylo 3。
我只需要打开文本文件,然后输入一些单词: 猫 狗 ETC
我需要编辑文本,然后通过电子邮件共享它,或者它保存在Android文件系统中,所以我可以稍后分享。
第二个问题:如果没有这样的东西,那么这个任务的最简单的纯文本编辑器应用程序是什么?
I need to edit a simple plain text file. Is there a built-in text editor that comes with Android? I have Android 7, LG Stylo 3.
I just need to open a text file, and enter some words: cat dog etc
I need to edit text, then share it via email or have it saved in Android file system so I can share it later.
Second question: if there is no such a thing, what is the simplest plain text editor app available for such task?
no afaict,除非它是由设备制造商预装的,例如一些设备,例如xiaomi等设备,Huawei都带有预安装的文档编辑器(WPS),这不允许您查看但要编辑文本文件也是如此。
如上所述,股票Android只有文字查看器,而不是编辑器,如果您需要安装它,请参阅Izzy的建议文本编辑列表
No AFAICT, unless it it is preinstalled by the device manufacturer, for example some devices like Xiaomi, Huawei come with a preinstalled document editor (WPS), which not allows you to view but to edit text files as well.
As suggested above, stock android only comes with with text viewer , not editor, in any case if you need to install it, please see Izzy's list of suggested text editors
是。我现在在Lenovo K8笔记,它正在运行Stock Android 8.0。我正在寻找有基于UNIX系统中的一些内置的文本编辑器,如VI。我安装了终端仿真器,寻找VI,Vim和Nano,但没有运气。然后我尝试了SED(Stream Editor),它也以大多数基于UNIX的系统预装,它运行良好。所以,是的,你可以使用SED来做一些命令行文本操作。
Yes. I'm on Lenovo k8 note right now which is running stock Android 8.0. I was looking if it has some built-in text editor like vi in unix based systems. I installed terminal emulator and looked for vi, vim and nano but got no luck. Then I tried sed(Stream EDitor) which also comes preinstalled with most unix based systems, and it worked well. So, yeah you can use sed to do some command line text manipulation.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有