我想从本地文件中读取前200个字符,但是,我的代码正在读取文本文件的所有内容。
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="0.0"
android:toAlpha="1.0"
android:duration="700" />
答案 0 :(得分:2)
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
},
}
有一个file_get_contents()
参数。
请参阅PHP manual。