我在我的网页上放大图片有困难。我正在使用JS和Python,下面是我的代码。
enlarge.js
var img = document.getElementById('myImg');
var modal = document.getElementById('myModal');
var contImg = document.getElementById('img01');
var caption = document.getElementById('caption');
var txt
我想把内容(多张图片垂直排列)放进一个比手机屏幕更大的ScrollView中(iOS现在只有现在,安卓会出现),然后开始放大,这样就可以同时看到所有内容。
在放大以适应屏幕内容的componentDidMount调用中是否有使用componentDidMount的好示例,例如
<ScrollView
style={{width: 500, height: 1000}}
// + whatever other properties make this work required way
>
<View style={{width: 2000, height: 500